Sync upstream wa-sqlite 1.1.1 - #4
Merged
Merged
Conversation
* Clear retryOps on error (rhashimoto#59) [Fix] OPFS Potential Deadlocks rhashimoto#56 * Update src/examples/OPFSCoopSyncVFS.js Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> * Reset dist/ to upstream/master * remove async and await from releaseAccessHandle --------- Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Bumps [qs](https://github.com/ljharb/qs) from 6.11.2 to 6.14.1. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.11.2...v6.14.1) --- updated-dependencies: - dependency-name: qs dependency-version: 6.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…yarn/qs-6.14.1 Bump qs from 6.11.2 to 6.14.1
Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.0.4 to 5.2.0. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](patrickjuchli/basic-ftp@v5.0.4...v5.2.0) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.2.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…arations Fix type declarations for VFS.Base.
…yarn/basic-ftp-5.2.0 Bump basic-ftp from 5.0.4 to 5.2.0
Update packages for dependabot.
This reverts commit 45f34088fb936ebb60da4c475ab539b67778d639.
Implement write-ahead logging VFS.
Bumps [basic-ftp](https://github.com/patrickjuchli/basic-ftp) from 5.2.0 to 5.2.2. - [Release notes](https://github.com/patrickjuchli/basic-ftp/releases) - [Changelog](https://github.com/patrickjuchli/basic-ftp/blob/master/CHANGELOG.md) - [Commits](patrickjuchli/basic-ftp@v5.2.0...v5.2.2) --- updated-dependencies: - dependency-name: basic-ftp dependency-version: 5.2.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
…yarn/basic-ftp-5.2.2 Bump basic-ftp from 5.2.0 to 5.2.2
Fix manual checkpoint in exclusive locking mode.
Fix file size tracking
Fix salt association across WAL boundary.
Bumps [qs](https://github.com/ljharb/qs) from 6.15.0 to 6.15.2. - [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md) - [Commits](ljharb/qs@v6.15.0...v6.15.2) --- updated-dependencies: - dependency-name: qs dependency-version: 6.15.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [tar](https://github.com/isaacs/node-tar) from 7.5.13 to 7.5.19. - [Release notes](https://github.com/isaacs/node-tar/releases) - [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md) - [Commits](isaacs/node-tar@v7.5.13...v7.5.19) --- updated-dependencies: - dependency-name: tar dependency-version: 7.5.19 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This was referenced Jul 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
The TreeCRDT fork is based on
wa-sqlite1.0.9. This sync brings it to upstream 1.1.1 and SQLite 3.53, includingOPFSWriteAheadVFSand upstream OPFS/WAL correctness fixes.What changes
rhashimoto/wa-sqlite:masterinto the fork.Makefileconflict from upstream while retaining the generic downstream hooks TreeCRDT needs:DIST_DIR,VPATH_EXTRA,CFILES_EXTRA,DEPS_EXTRA, andLIBS_EXTRA.Relative to current upstream, the resulting fork differs only in the
Makefilehooks above.Merge order
Merge this PR first with Create a merge commit so both upstream and fork ancestry are preserved. Then retarget #2 to
masterand merge it.